home *** CD-ROM | disk | FTP | other *** search
- object PagesDlg: TPagesDlg
- Left = 631
- Top = 199
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 276
- ClientWidth = 136
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 136
- Height = 242
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- ParentColor = True
- TabOrder = 0
- object PageControl1: TPageControl
- Left = 5
- Top = 5
- Width = 126
- Height = 232
- ActivePage = TabSheet2
- Align = alClient
- TabOrder = 0
- object TabSheet2: TTabSheet
- Caption = 'File Types'
- object BMP1: TCheckBox
- Left = 8
- Top = 5
- Width = 60
- Height = 17
- Caption = 'BMP'
- State = cbChecked
- TabOrder = 0
- end
- object DIB1: TCheckBox
- Left = 8
- Top = 22
- Width = 57
- Height = 17
- Caption = 'DIB'
- State = cbChecked
- TabOrder = 1
- end
- object GIF1: TCheckBox
- Left = 8
- Top = 56
- Width = 49
- Height = 17
- Caption = 'GIF'
- State = cbChecked
- TabOrder = 2
- end
- object JIF1: TCheckBox
- Left = 8
- Top = 89
- Width = 41
- Height = 17
- Caption = 'JIF'
- State = cbChecked
- TabOrder = 4
- end
- object JPG1: TCheckBox
- Left = 8
- Top = 108
- Width = 60
- Height = 17
- Caption = 'JPG'
- State = cbChecked
- TabOrder = 5
- end
- object PCX1: TCheckBox
- Left = 8
- Top = 125
- Width = 60
- Height = 17
- Caption = 'PCX'
- State = cbChecked
- TabOrder = 6
- end
- object RLE1: TCheckBox
- Left = 8
- Top = 143
- Width = 60
- Height = 17
- Caption = 'RLE'
- State = cbChecked
- TabOrder = 7
- end
- object TGA1: TCheckBox
- Left = 8
- Top = 160
- Width = 60
- Height = 17
- Caption = 'TGA'
- State = cbChecked
- TabOrder = 8
- end
- object ICO1: TCheckBox
- Left = 8
- Top = 72
- Width = 50
- Height = 17
- Caption = 'ICO'
- State = cbChecked
- TabOrder = 3
- end
- object AllBtn: TButton
- Left = 64
- Top = 32
- Width = 50
- Height = 25
- Hint = 'Check all check boxes.'
- Caption = 'ALL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- OnClick = AllBtnClick
- end
- object NoneBtn: TButton
- Left = 64
- Top = 64
- Width = 50
- Height = 25
- Hint = 'Clear all check boxes.'
- Caption = 'None'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 10
- OnClick = NoneBtnClick
- end
- object EMF1: TCheckBox
- Left = 8
- Top = 40
- Width = 49
- Height = 17
- Caption = 'EMF'
- State = cbChecked
- TabOrder = 11
- end
- object WMF1: TCheckBox
- Left = 8
- Top = 176
- Width = 57
- Height = 17
- Caption = 'WMF'
- State = cbChecked
- TabOrder = 12
- end
- end
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 242
- Width = 136
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- object OKBtn: TButton
- Left = 32
- Top = 2
- Width = 75
- Height = 25
- Caption = 'Close'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- end
- end
-